//==============================================================================
// arkantos_anim.txt
// Fixed the heroglow, added sunlight and ground glow defines ~WarriorMario
//==============================================================================

//==============================================================================
define SunLight
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A God Power Summon Sunlight
      }
   }
}


//==============================================================================
define GroundGlow
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A God Power Summon GroundGlow
      }
   }
}

//==============================================================================
define Eyeglow
{
   set hotspot
   {
      version
      {
       Visualparticle sfx g arkantos eye glow
      }
   }
}

//==============================================================================
define Eyeglowgod
{
   set hotspot
   {
      version
      {
       Visualparticle sfx g arkantos eye glow god
      }
   }
}

//==============================================================================
define heavenglow
{
   set hotspot
   {
      version
      {
       Visualparticle sfx g arkantos heaven glow
      }
   }
}

//==============================================================================
define heroglow
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Glow Small
      }
   }
}

//==============================================================================
define soul
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Soul
      }
   }
}

//==============================================================================
define arkantosflash
{
   set hotspot
   {
      version
      {
         Visualparticle SFX G Arkantos Flash Cine
      }
   }
}

//==============================================================================
define soulaurora
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Soul Aurora
      }
   }
}

//==============================================================================
define heavenlight
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Soul Heaven Light
      }
   }
}

//==============================================================================
define soulbirth
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Hero Soul Birth
      }
   }
}

//==============================================================================
define Head
{
   set hotspot
   {
      version
      {
         Visual Scenario A Arkantos Head
      }
   }
}

//==============================================================================
define Spear
{
   set hotspot
   {
      version
      {
         Visual Attachments A Spear Iron
      }
   }
}


//==============================================================================
define godglow
{
   set hotspot
   {
      version
      {
         Visualparticle scenario a arkantos god finale glow
      }
   }
}

//==============================================================================
define godlight
{
   set hotspot
   {
      version
      {
         Visualparticle scenario a arkantos god finale light
      }
   }
}


//==============================================================================
anim Idle
{
   SetSelector
   {
   		set hotspot 
   		{
				version
         	{
					Visual DBarkantosdead6
					Connect FRONTABDOMEN heroglow hotspot
         	}
		}
   }
}

//==============================================================================
anim Bored
{
   SetSelector
   {
   		set hotspot 
   		{
				version
         	{
					Visual DBarkantosdead6
					Connect FRONTABDOMEN heroglow hotspot
         	}
		}
   }
}


//==============================================================================
anim Cinematic
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Scenario A Arkantos_recoverA
				connect HOTSPOT sunlight hotspot
				connect HOTSPOT Groundglow hotspot
				Connect FRONTABDOMEN heroglow hotspot
         }
      }
   }
}




